reading line meaning in Chinese
读数线
Examples
- Do loop for reading lines of text until no more lines are available
循环,用于读取文本行,一直读到没有可用行为止。 - The following code example reads lines from a file until the end of the file is reached
下面的代码示例从文件中读取行,一直读到文件尾。 - It processes the program a little at a time , alternately reading lines and performing computations
它一次处理程序的一小部分,交替的进行程序读取和运算。 - In effect , it translates the program line - by - line , alternately reading lines and carrying out commands
在效果上,将程序一行一行的转换,在读取程序行和执行命令之间交替切换。 - Working with xml from java is a pretty rich topic ; multiple apis are available , and many of these make working with xml as easy as reading lines from a text document
在java中使用xml是一个内容相当丰富的主题;可以使用多个api ,而且许多api使得使用xml简单得如同从文本文档读取行。